home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI100 / TI105.ASC < prev    next >
Text File  |  1994-10-03  |  3KB  |  97 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   PRODUCT  :  Pascal                                 NUMBER  :  105
  8.   VERSION  :  All
  9.        OS  :  DOS
  10.      DATE  :  September 30, 1994                       PAGE  :  1/2
  11.  
  12.     TITLE  :  SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  13.  
  14.  
  15.  
  16.  
  17. This patch automatically responds to the "Include Error
  18. Messages?" prompt and proceeds to either load or exclude the
  19. error messages (whatever is specifed by the patch you apply). The
  20. message still appears, but does not wait for an answer.
  21.  
  22.  
  23. ERROR MESSAGES NOTE: The new version of TINST lets you designate
  24. the path to the error messages in the event they are stored in a
  25. directory other than the one active at the time Turbo Pascal is
  26. loaded. Patches for three different implementations of
  27.  
  28. Use the DOS utility, DEBUG, to apply the following patch to a
  29. copy of your original .COM file. Copy DEBUG.COM into the
  30. directory (or onto the diskette) where your working copy of
  31. information exactly as it appears. (Conclude each line by
  32. pressing <Ente
  33.  
  34.  
  35. Note: 1.  DEBUG is not sensitive to upper and lower case. All
  36.           addresses  are listed in upper case for ease of
  37.           readability.
  38.  
  39.       2.  While in DEBUG, the prompt will appear as a dash (-).
  40.  
  41.       3.  If you do not receive the appropriate response, press
  42.           "q" followed by <Return>, to quit.  Check your version
  43.           numbers and, if correct, try again.
  44.  
  45. PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED
  46.  
  47.      YOU TYPE                           THIS APPEARS
  48.  
  49.      debug TURBO.COM<ENTER>              -
  50.      e29CE                                 xxxx:29CE  E8.
  51.      E9  1C  00<Return>                 -
  52.      e29ED                                 xxxx:29ED  E8.
  53.      E9  05  00<Return>                 -
  54.      w                                    writing xxxx bytes
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   PRODUCT  :  Pascal                                 NUMBER  :  105
  68.   VERSION  :  All
  69.        OS  :  DOS
  70.      DATE  :  September 30, 1994                       PAGE  :  2/2
  71.  
  72.     TITLE  :  SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  73.  
  74.  
  75.  
  76.  
  77.      q                                    DOS prompt
  78.  
  79.  
  80. PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED
  81.  
  82.      YOU TYPE                           THIS APPEARS
  83.  
  84.      debug TURBO.COM<ENTER>              -
  85.      e29CE                                 xxxx:29CE  E8.
  86.      E9  1C  00<Return>                 -
  87.      e29ED                                 xxxx:29ED  E8.
  88.      E9  08  00<Return>                 -
  89.      w                                    writing xxxx bytes
  90.      q                                    DOS prompt
  91.  
  92.  
  93. DISCLAIMER: You have the right to use this technical information
  94. subject to the terms of the No-Nonsense License Statement that
  95. you received with the Borland product to which this information
  96. pertains.
  97.